home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / DEMOS / YACME / Imakefile < prev    next >
Encoding:
Makefile  |  1998-08-12  |  251 b   |  18 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1994. */
  3.  
  4. #include "../../../Glut.cf"
  5.  
  6. TARGETS = yacme
  7.  
  8. SRCS =  Editor.c invertmat.c
  9. OBJS =  Editor.o invertmat.o
  10.  
  11. DEFINES = -DYACME_DBG
  12.  
  13. AllTarget($(TARGETS))
  14.  
  15. NormalGlutProgramTarget(yacme,$(OBJS))
  16.  
  17. DependTarget()
  18.